|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectga.view.examples.simple.SimpleObjectPhenotypeGenerator
public class SimpleObjectPhenotypeGenerator
Phenotype generator for the simple object example.
| Field Summary | |
|---|---|
private com.jme3.asset.AssetManager |
assetManager
|
| Constructor Summary | |
|---|---|
SimpleObjectPhenotypeGenerator()
Instantiates a new simple object phenotype generator. |
|
| Method Summary | |
|---|---|
com.jme3.scene.Geometry |
createPhenotype(SimpleObjectIndividual individual)
Creates a phenotype from a genotype. |
void |
setAssetManager(com.jme3.asset.AssetManager assetManager)
Setter for the asset manager. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
|---|
private com.jme3.asset.AssetManager assetManager
| Constructor Detail |
|---|
public SimpleObjectPhenotypeGenerator()
| Method Detail |
|---|
public void setAssetManager(com.jme3.asset.AssetManager assetManager)
IPhenotypeGenerator
setAssetManager in interface IPhenotypeGenerator<SimpleObjectIndividual,com.jme3.scene.Geometry>assetManager - The asset manager.public com.jme3.scene.Geometry createPhenotype(SimpleObjectIndividual individual)
IPhenotypeGenerator
createPhenotype in interface IPhenotypeGenerator<SimpleObjectIndividual,com.jme3.scene.Geometry>individual - Individual that contains the genotype.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||